DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SpanDataCollection<T> Class / Count Property

In This Topic
    Count Property (C1SpanDataCollection<T>)
    In This Topic
    Gets the number of items in this collection.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Count As Integer
    public override int Count {get;}
    See Also